home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Shutdown FX 2.1 / source / sfx init ƒ / code ƒ / sfx gestalt.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  279 b   |  7 lines  |  [TEXT/KAHL]

  1. short MakeNewGestaltSelectors(void);
  2. short SetGestaltProcPtrs(ProcPtr fadeProcPtr, ProcPtr shutdownProcPtr,
  3.     ProcPtr restartProcPtr);
  4. short GetGestaltProcPtrs(ProcPtr *fadeProcPtr, ProcPtr *shutdownProcPtr,
  5.     ProcPtr *restartProcPtr);
  6. Boolean sfxGestaltFunctionInstalledQQ(void);
  7.